Return FALSE. (#389623, Carlos Garnacho Parro)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Dec 2006 06:57:50 +0000 (06:57 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 26 Dec 2006 06:57:50 +0000 (06:57 +0000)
2006-12-26  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkfilesystemunix.c (execute_callbacks): Return
        FALSE.  (#389623, Carlos Garnacho Parro)

ChangeLog
gtk/gtkfilesystemunix.c

index 0a9d7bc42fd85f8378f281f97059678a0b528bc8..4e3fa1a1990efc5f86e448e3ac43d4cf8f5a9af9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-12-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilesystemunix.c (execute_callbacks): Return
+       FALSE.  (#389623, Carlos Garnacho Parro)
+
        * gtk/gtkrange.c (stop_scrolling): Avoid spurious
        redraws.
 
index 43ebe055509e2196262f97384f2ea0644643fc2c..618df2ef7c2033ed6ec7ff82214aa00d08f5fb0c 100644 (file)
@@ -744,6 +744,8 @@ execute_callbacks (gpointer data)
     g_object_unref (system_unix);
 
   system_unix->execute_callbacks_idle_id = 0;
+
+  return FALSE;
 }
 
 static void